#blog
{
	margin-top: 100px;
}
#blog h2
{
	
	margin-top: 100px;
}

#blog h3,h4
{
	text-align: center;
	margin-top: 50px;
}


#blog .contenedor
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 2em;
}

#blog .contenedor p
{
	
}

#blog article
{
	margin:15px;

}

#blog img
{
	width: 100%;
	max-width: 320px;
}

